home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / AmigaOS3.5 / ReportGen / ReportGen_rx.doc < prev    next >
Text File  |  2000-05-16  |  2KB  |  135 lines

  1. ReportGenCx/AUTHOR                                         ReportGenCx/AUTHOR
  2.   NAME
  3.      AUTHOR
  4.  
  5.   SYNOPSIS
  6.      result = AUTHOR
  7.  
  8.   FUNCTION
  9.      returns the author information
  10.  
  11.   INPUTS
  12.      none
  13.  
  14.   RESULT
  15.      result - returns the author string of ReportGenCx
  16.  
  17. ReportGenCx/HIDE                                             ReportGenCx/HIDE
  18.  
  19.   NAME
  20.      HIDE
  21.  
  22.   SYNOPSIS
  23.      result = HIDE
  24.  
  25.   FUNCTION
  26.      hides the application window
  27.  
  28.   INPUTS
  29.      none
  30.  
  31.   RESULT
  32.     result - returns FALSE if not successful
  33.  
  34. ReportGenCx/ICONIFY                                       ReportGenCx/ICONIFY
  35.  
  36.   NAME
  37.      ICONIFY
  38.  
  39.   SYNOPSIS
  40.      result = ICONIFY
  41.  
  42.   FUNCTION
  43.      iconifies the application
  44.  
  45.   INPUTS
  46.      none
  47.  
  48.   RESULT
  49.      1 if successful, 0 for failure
  50.  
  51. ReportGenCx/QUIT                                             ReportGenCx/QUIT
  52.  
  53.   NAME
  54.      QUIT
  55.  
  56.   SYNOPSIS
  57.      void = QUIT
  58.  
  59.   FUNCTION
  60.      quits the application
  61.  
  62.   INPUTS
  63.      none
  64.  
  65.   RESULT
  66.      none
  67.  
  68. ReportGenCx/SAVE                                             ReportGenCx/SAVE
  69.  
  70.   NAME
  71.      SAVE
  72.  
  73.   SYNOPSIS
  74.      void = HIDE
  75.  
  76.   FUNCTION
  77.      Saves the current settings.
  78.  
  79.   INPUTS
  80.      none
  81.  
  82.   RESULT
  83.     none
  84.  
  85. ReportGenCx/UNHIDE                                         ReportGenCx/UNHIDE
  86.  
  87.   NAME
  88.      UNHIDE
  89.  
  90.   SYNOPSIS
  91.      result = UNHIDE
  92.  
  93.   FUNCTION
  94.      restores the application window
  95.  
  96.   INPUTS
  97.      none
  98.  
  99.   RESULT
  100.      result - returns FALSE if not successful
  101.  
  102. ReportGenCx/UNICONIFY                                   ReportGenCx/UNICONIFY
  103.  
  104.   NAME
  105.      UNICONIFY
  106.  
  107.   SYNOPSIS
  108.      result = UNICONIFY
  109.  
  110.   FUNCTION
  111.      uniconifies the application
  112.  
  113.   INPUTS
  114.      none
  115.  
  116.   RESULT
  117.      result - 1 if successful, 0 for failure
  118.  
  119. ReportGenCx/VERSION                                       ReportGenCx/VERSION
  120.   NAME
  121.      VERSION
  122.  
  123.   SYNOPSIS
  124.      result = VERSION
  125.  
  126.   FUNCTION
  127.      returns the version string
  128.  
  129.   INPUTS
  130.      none
  131.  
  132.   RESULT
  133.      result - returns the version string of ReportGenCx
  134.  
  135.